API Documentation
ProjectLoadQuery.h
1 // ProjectLoadQuery.h
3 //
5 
6 namespace nkScripts
7 {
11  struct ProjectLoadQuery final
12  {
14 
16  } ;
17 }
nkScripts::ResourceDeclAugmentCallback
Represents a callback enabling to "augment" a loading or saving of a project.
Definition: ResourceDeclAugmentCallback.h:15
nkScripts::ProjectLoadQuery
Holds information about a project load query.
Definition: ProjectLoadQuery.h:12
nkScripts
Encompasses all API of component NilkinsScripts.
Definition: Environment.h:7
nkScripts::ProjectLoadQuery::_augmentCallback
ResourceDeclAugmentCallback * _augmentCallback
The augmenting class to use.
Definition: ProjectLoadQuery.h:15
nkScripts::ProjectLoadQuery::_path
nkMemory::String _path
Path of the main file of the project.
Definition: ProjectLoadQuery.h:13
nkMemory::String
Class holding information about a string, with ownership over the data.
Definition: String.h:22